Fix corrupted end tag.
authorOwen Taylor <otaylor@redhat.com>
Tue, 17 Aug 1999 13:10:00 +0000 (13:10 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 17 Aug 1999 13:10:00 +0000 (13:10 +0000)
Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.

* gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
  gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
  gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
  gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
Added missing close tags.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkarrow.sgml
docs/reference/gtk/tmpl/gtkbox.sgml
docs/reference/gtk/tmpl/gtkctree.sgml
docs/reference/gtk/tmpl/gtkdnd.sgml
docs/reference/gtk/tmpl/gtkhandlebox.sgml
docs/reference/gtk/tmpl/gtkmisc.sgml
docs/reference/gtk/tmpl/gtkpaned.sgml
docs/reference/gtk/tmpl/gtkrc.sgml
docs/reference/gtk/tmpl/gtkselection.sgml
docs/reference/gtk/tmpl/gtktypeutils.sgml

index d638e36f4b92ac53602fe4101b01e66dc6e98c54..0ff9ed7cd13eb67020b54fb0a19236b7b2115353 100644 (file)
@@ -1,3 +1,13 @@
+Tue Aug 17 09:14:01 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtktypeutils.sgml: Fix corrupted end tag.
+
+       * gtk/tmpl/gtkselection.sgml gtk/tmpl/gtkrc.sgml
+         gtk/tmpl/gtkdnd.sgml gtk/tmpl/gtkarrow.sgml
+         gtk/tmpl/gtkpaned.sgml gtk/tmpl/gtkmisc.sgml
+         gtk/tmpl/gtkhandlebox.sgml gtk/tmpl/gtkctree.sgml:
+       Added missing close tags.
+
 Thu Aug 19 14:43:08 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/tmpl/gcs.sgml gdk/gdk-sections.txt: Added section. 
index 30538600cd0205acd744850ab74f4306d287d910..4aef9526a03d0bef87dc20f0090f25ac41babf5c 100644 (file)
@@ -53,7 +53,7 @@ an application.)
 <entry>#gint16 <structfield>shadow_type</structfield>;</entry>\r
 <entry>the style of the arrow, one of #GtkShadowType.</entry>\r
 </row>\r
-</informaltable>\r
+</tbody></tgroup></informaltable>\r
 </para>
 
 @misc: 
index 0ff6c7c8f9c5a1293de7c317fcfb38e2434fe38d..191b7a963dbedd23233f3715b1b869f228a0d71c 100644 (file)
@@ -128,7 +128,7 @@ by default.  Use gtk_box_set_spacing() to set this field.</entry>
 the GtkBox; %FALSE by default.  Use gtk_box_set_homogeneous() to set this\r
 field.</entry>\r
 </row>\r
-</informaltable>\r
+</tbody></tgroup></informaltable>
 </para>
 
 @container: 
@@ -186,7 +186,7 @@ around the widget; set when packed, %TRUE by default.</entry>
 #GtkPackType indicating whether the child is packed with reference to\r
 the start (top/left) or end (bottom/right) of the GtkBox.</entry>\r
 </row>\r
-</informaltable>\r
+</tbody></tgroup></informaltable>\r
 </para>
 
 @widget: 
index 08a610a2956d7f421ea151d714722e2b9d7d9f2d..32de3679e4a9e0082f1ca4f05512bfd91d374e63 100644 (file)
@@ -71,7 +71,7 @@ node.</entry>
 <entry>FIXME.</entry>
 </row>
 
-</informaltable>
+</tbody></tgroup></informaltable>
 </para>
 
 @clist: 
@@ -390,7 +390,7 @@ the other children, just use the siblings of that node.
 <entry>Whether the children of this row are visible.
 </entry>
 </row>
-</informaltable>
+</tbody></tgroup></informaltable>
 
 </para>
 
index cf93b8f5f3c4b7b5cddfc64fc5fee83af57723d4..e8a32624d4ccd290d1dd0a0fdc188ed9f0826659 100644 (file)
@@ -86,6 +86,7 @@ of the user for a drag destination site.
 <para>
 The #GtkTargetFlags enumeration is used to specifies
 constraints on an entry in a GtkTargetTable. 
+</para>
 <variablelist>
  <varlistentry><term> %GTK_TARGET_SAME_APP </term>
  <listitem>
index fdc52202fd05f7e46fdcb96fbd7fd03685a8e946..4257f5876ce8cb1c7824b73d737e8410dddd57ca 100644 (file)
@@ -61,7 +61,8 @@ to the child. (See gtk_handle_box_set_handle_position())</entry>
 <entry>gint snap_edge;</entry>
 <entry>A value of type #GtkPosition type indicating snap edge for the widget.
 (See gtk_handle_box_set_snap_edge). The value of -1 indicates
-that this value has not been set.
+that this value has not been set.</entry>
+</row>
 
 <row>
 <entry>#gboolean child_detached;</entry>
index 10f5662c6c78ef791956c3bc3ecaa6dc095ec4c3..8052c87120c15ceae1d5a23d09f97d5d3ba38c5e 100644 (file)
@@ -56,7 +56,7 @@ in pixels.</entry>
 <entry>the amount of space to add on the top and bottom of the widget,
 in pixels.</entry>
 </row>
-</informaltable>
+</tbody></tgroup></informaltable>
 </para>
 
 @widget: 
index 63d2f3c54952978dc35ffbe620870d02c16edf16..7d3fabda3e2c38c8ba47eedc0188d129e9e95a9c 100644 (file)
@@ -25,6 +25,7 @@ is called the gutter). Often, it is useful
 to put each child inside a #GtkFrame with the
 shadow type set to %GTK_SHADOW_IN so that the
 gutter appears as a ridge.
+</para>
 <para>
 Each child has two options that can be set, 
 @resize and @shrink. If @resize is true, then when the
index 381af1ba217019b6e319b1302cdca5c911d520dc..cfac572a257572e7231d703b5f383e7ecae8ed90 100644 (file)
@@ -120,6 +120,7 @@ The possible toplevel declarations are:
   </varlistentry>
 </variablelist>
 </para>
+</refsect2>
 
 <refsect2><title>Styles</title>
 <para>
index 6e873df0580c7aac0429089ec62648aa5849926b..a819f84cabe580a50895a1ca65787abe86793627 100644 (file)
@@ -49,6 +49,7 @@ opaque.
 <para>
 Internally used structure in the drag-and-drop and 
 selection handling code.
+</para>
 
 @target: 
 @flags: 
index 6580d98173ea8cf559787c16400252c6351f78b6..792223a84f811770bad7d4e722ad3a0f9bddadb3 100644 (file)
@@ -794,7 +794,7 @@ Register a new set of enum @values and give them the name in
 <para>
 Register a new set of flags @values and give them the name in
 @type_name.
-ara>
+</para>
 
 @type_name: must not be null.
 @values: GtkFlagValue*